*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Mar 2004 15:38:14 +0000 (15:38 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Mar 2004 15:38:14 +0000 (15:38 +0000)
etc/PROBLEMS
lib-src/ChangeLog
lisp/ChangeLog
lisp/gnus/ChangeLog

index 30a65b01bb73737d22e173b20e024bf26752b500..ed6875821ae5824b7a48a4a50f0a3e09e1bdce93 100644 (file)
@@ -58,20 +58,18 @@ xrealloc().  Relinking the application (by deleting src/temacs and
 running make) will solve the problem.  It appears to be caused by some
 problems with the unexec code and its interaction with libSystem.B.
 
-* Emacs crashes with SIGSEGV on Solaris in XtInitializeWidgetClass
+* Emacs crashes with SIGSEGV in XtInitializeWidgetClass
 
 It crashes on X, but runs fine when called with option "-nw".
 
-This has been observed when emacs is linked with GNU ld instead of
-Solaris ld. To check which ld is used by gcc add "-V" to
-TEMACS_LDFLAGS in src/Makefile. Alternatively the executable size may
-be used as an indication of which linker is used. The size is
-approximately 15M when linked with solaris ld compared to 9M when
-linked with GNU ld.
-
-The fix is to reconfigure/install gcc, making sure that the SUN linker
-is used.
+This has been observed when Emacs is linked with GNU ld but without passing
+the -z nocombreloc flag.  Emacs normally knows to pass the -z nocombreloc
+flag when needed, so if you come across a situation where the flag is
+necessary but missing, please report it via M-x report-emacs-bug.
 
+On platforms such as Solaris, you can also work around this problem by
+configuring your compiler to use the native linker instead of GNU ld.
+       
 * Characters from the mule-unicode charsets aren't displayed under X.
 
 XFree86 4 contains many fonts in iso10646-1 encoding which have
index 4e995ff185a0006df60b5828765b5406ca69d5b9..819b4db4a1dc37ea6b641ca2472a4e59880c5216 100644 (file)
        Only try su-fallback if the socket name was not explicit.
        Check socket name length in su-fallback case as well.
 
-2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacsclient.c (main): Stop if socket name too long.
-       Only try su-fallback if the socket name was not explicit.
-       Check socket name length in su-fallback case as well.
-
 2004-01-08  Andreas Schwab  <schwab@suse.de>
 
        * emacsclient.c (main): Save errno from socket_status.
index 27f041521e167c8a79197e09989d07b7a60440d6..d97a84f6e801e7e3d37a3fddd13fe1aa08800d8d 100644 (file)
 
 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * log-edit.el (log-edit-font-lock-keywords): Typo.
+
+       * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
+       (tex-send-tex-command): Rather than here.
+       (tex-compilation-parse-errors): Simplify.
+
        * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
 
        * time.el (display-time-string-forms): Add help-echo with date on time.
index 43be1e84e435a4eeec42c01a82069e8d5972bdfa..0673b44bc1ef57bf2df56b4c627ca68748ab65ce 100644 (file)
@@ -1,3 +1,16 @@
+2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
+       (gnus-narrow-to-page): Don't assume point-min == 1.
+       (gnus-article-edit-mode): Derive from message-mode.
+       (gnus-button-alist): Add buttons to (info "(emacs)Keymaps").
+
+       * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
+       point-min == 1.
+
+       * imap.el (imap-parse-address-list, imap-parse-body-ext):
+       Disable incorrect use of `assert'.
+
 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * message.el (message-mode): Fix last change.